Einhugur macOS Bridge plugin.

NSSavePanel.ExtensionHidden Property

A Boolean value that indicates whether the extension-hiding checkbox is visible and checked.

ExtensionHidden as Boolean {Read and Write}

Remarks

Use this property to determine whether to display filename extensions. When the value of this property is True, include the filename extension in places where you refer to the file by name.

AppKit saves the state of this checkbox on a per-application basis. Setting this property has no effect if the user has chosen to show all file extensions in Finder.

See Also

NSSavePanel Class